home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / math / math_ieee / sin.s < prev    next >
Encoding:
Text File  |  1995-09-15  |  224 b   |  17 lines

  1.  
  2.  xref _MathIeeeDoubTransBase
  3.  
  4. result
  5.  dc.l 0,0
  6.  
  7.  xdef _sin
  8. _sin:
  9.  movem.l 4(sp),d0-d1
  10.  move.l  a6,-(sp)
  11.  move.l  _MathIeeeDoubTransBase,a6
  12.  jsr     -36(a6)
  13.  movem.l  d0-d1,result
  14.  move.l   #result,d0
  15.  move.l  (sp)+,a6
  16.  rts
  17.